Snowbridge V2 Pallets#796
Merged
acatangiu merged 103 commits intoAug 18, 2025
Merged
Conversation
# Conflicts: # system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs
Contributor
Author
|
@alistair-singh @vgeddes @yrong please review. :) |
yrong
reviewed
Jul 8, 2025
vgeddes
reviewed
Jul 13, 2025
…ethereum_config.rs Co-authored-by: Vincent Geddes <117534+vgeddes@users.noreply.github.com>
…bridge-pallets-v2
@bkontur suggestions Co-authored-by: Branislav Kontur <bkontur@gmail.com>
…rc/tests/snowbridge_v2_outbound_from_kusama.rs Co-authored-by: Branislav Kontur <bkontur@gmail.com>
bkontur
reviewed
Aug 15, 2025
|
Command "bench --runtime bridge-hub-polkadot --pallet snowbridge_pallet_system_v2 snowbridge_pallet_outbound_queue_v2 snowbridge_pallet_inbound_queue_v2" has started 🚀 See logs here |
|
Command "bench --runtime bridge-hub-polkadot --pallet snowbridge_pallet_system_v2 snowbridge_pallet_outbound_queue_v2 snowbridge_pallet_inbound_queue_v2" has failed ❌! See logs here |
Contributor
Author
|
…o_ethereum_config.rs Co-authored-by: Raymond Cheung <178801527+raymondkfcheung@users.noreply.github.com>
raymondkfcheung
approved these changes
Aug 15, 2025
acatangiu
approved these changes
Aug 15, 2025
Contributor
|
/merge |
Contributor
|
Enabled Available commands
For more information see the documentation |
Contributor
|
@claravanstaden Resolved the conflicts in Snowfork#18 |
Merge and resolve conflicts
auto-merge was automatically disabled
August 17, 2025 11:24
Head branch was pushed to by a user without write access
# Conflicts: # Cargo.lock # Cargo.toml # system-parachains/asset-hubs/asset-hub-polkadot/src/xcm_config.rs # system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
fellowship-merge-bot Bot
pushed a commit
that referenced
this pull request
Oct 21, 2025
It looks like we missed some of the [runtime API](https://github.com/paritytech/polkadot-sdk/blob/590f23d2d83c2b79aabfda711a91fe0bdc5e64a0/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs#L958-L962) when initially merging it into fellows-runtime in [PR-796](#796), this API is required to generate proofs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Snowbridge V2 pallets to:
Polkadot AssetHub:
Polkadot BridgeHub:
Snowbridge unlocks new features, such as arbitrary contract execution in both directions of the bridge, as well as single hop bridging to Kusama, more accurate fees, etc. To see more details, see the original Snowbridge V2 PR on the Polkadot SDK.